UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The system must use an access control program.


Overview

Finding ID Version Rule ID IA Controls Severity
V-940 GEN006580 SV-28458r1_rule EBRU-1 Medium
Description
Access control programs (such as TCP_WRAPPERS) provide the ability to enhance system security posture.
STIG Date
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-28782r1_chk )
# grep -i enable_tcpwrappers /etc/default/inetd

If the value returned is not set to yes and /etc/inetd.conf does not contain tcpd, this is a finding.
Fix Text (F-25784r1_fix)
Edit /etc/default/inetd and set enable_tcpwrappers to true.
Edit /etc/inetd.conf and use tcpd to wrap services.